ResourceGetProperties Method (String, PropertyName, String) |
Gets properties from a resource.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic MultiStatus GetProperties(
string address,
PropertyName[] propertyName,
string depth
)
Public Function GetProperties (
address As String,
propertyName As PropertyName(),
depth As String
) As MultiStatus
Parameters
- address
- Type: SystemString
The URI that identifies the resource. - propertyName
- Type: Independentsoft.WebdavPropertyName
The names of the property to retrieve. - depth
- Type: SystemString
The depth of the request.
Return Value
Type:
MultiStatusA MultiStatus as a result.
See Also